home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-01-27 | 658 b | 27 lines |
- #
- # This is the make file for the prsr. library for DJGCC on the IBMPC.
- #
- # Gershon Elber, Aug 1990
- #
-
- !include "..\makeflag.djg"
-
- OBJS = allocate.obj coerce.obj iritprs1.obj iritprs2.obj iritprsb.obj \
- attribut.obj ip_cnvrt.obj ip_fatal.obj ip_procs.obj soc_srvr.obj \
- soc_clnt.obj
-
- RW_OBJS = cagdread.obj cagd_wrt.obj bsp_read.obj bsp_wrt.obj \
- bzr_read.obj bzr_wrt.obj trivread.obj triv_wrt.obj \
- trimread.obj trim_wrt.obj
-
- libprsr.a: $(OBJS) $(RW_OBJS)
- ar rc libprsr.a @&&!
- $(OBJS) $(RW_OBJS)
- !
-
- install: libprsr.a
- copy libprsr.a $(LIB_DIR_DOS)
- ar s $(LIB_DIR_DOS)\libprsr.a
-
- # Dependencies starts here - do not touch, generated automatically.
-